Constants of type FolderClass are used to specify how folder location information should be interpreted in the function AddFolderDescriptor and the structure FolderDesc . The FolderClass constants are supported under Mac OS 8 and later.
IMPORTANT
Developers can only create new folder descriptors with a class of kRelativeFolder .
enum {
kRelativeFolder = 'relf',
kSpecialFolder = 'spcf'
};
typedef OSType FolderClass;
Previous | Back Up One Level | Next | Show Frames | Hide Frames